home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / doc / libfuse2 / README.Debian < prev    next >
Text File  |  2009-03-05  |  1KB  |  28 lines

  1. fuse for Debian
  2. ---------------
  3.  
  4. Please note that to be able to mount any filesystems based on FUSE, you
  5. have to load fuse module first. If you're using 2.6.14 or newer kernels,
  6. fuse should be already included and you don't need to build it yourself.
  7.  
  8. Simply try `modprobe fuse`.
  9.  
  10. To use fusermount, you must be able to execute this command as a root,
  11. so you have to be a member of the group which has proper permissions.
  12. fusermount binary comes with 4750 permission and root:fuse owners, so
  13. to able to use fusermount, you should give access to user fenio like so:
  14.  
  15.   adduser fenio fuse
  16.  
  17. Now fenio would need to log off and on again for the group membership to come
  18. into effect. Then, he can use the fusermount as expected.
  19.  
  20. Please avoid working as root just to be able to use fusermount. The above
  21. procedure is not complicated and Just Works (tm), and it's a lot safer!
  22.  
  23. If you still want to use it as a root you can remove suid bit from
  24. /usr/bin/fusermount binary. Use dpkg-statoverride for that. Otherwise your
  25. changes will be overwritten every time during upgrade of fuse-utils.
  26.  
  27.  -- Bartosz Fenski <fenio@debian.org>, Fri, 25 Dec 2004 16:56:10 +0200
  28.